home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 1999 #4 / 1999 CD 4 (Red).iso / K.exe / 0 / RCDATA / TFRMHELP / TFRMHELP.txt < prev   
Encoding:
Text File  |  1999-01-27  |  2.3 KB  |  112 lines

  1. object frmHelp: TfrmHelp
  2.   Left = 356
  3.   Top = 161
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   Caption = 'frmHelp'
  9.   ClientHeight = 480
  10.   ClientWidth = 640
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgback: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 640
  26.     Height = 480
  27.     Align = alClient
  28.     AutoSize = True
  29.   end
  30.   object lblHelpCaption: TLabel
  31.     Left = 24
  32.     Top = 0
  33.     Width = 241
  34.     Height = 49
  35.     AutoSize = False
  36.     Caption = 'HELP'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -37
  40.     Font.Name = 'Verdana'
  41.     Font.Style = [fsUnderline]
  42.     ParentFont = False
  43.     Transparent = True
  44.   end
  45.   object lblHelp: TLabel
  46.     Left = 16
  47.     Top = 56
  48.     Width = 241
  49.     Height = 505
  50.     AutoSize = False
  51.     Font.Charset = ANSI_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -12
  54.     Font.Name = 'Verdana'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     Transparent = True
  58.     WordWrap = True
  59.   end
  60.   object EnkeltSkygge: TImage
  61.     Left = 480
  62.     Top = 418
  63.     Width = 100
  64.     Height = 55
  65.     Picture.Data = {<image000.bmp>}
  66.   end
  67.   object cmdNot: TTransKnap
  68.     Tag = 1
  69.     Left = 490
  70.     Top = 418
  71.     Width = 90
  72.     Height = 45
  73.     BevelStyle = bbNone
  74.     BevelSize = 0
  75.     Caption = 'Back'
  76.     Color = clBlack
  77.     MouseOverAction = True
  78.     Bitmapliste = frmForside.bml3
  79.     Font.Charset = ANSI_CHARSET
  80.     Font.Color = clWhite
  81.     Font.Height = -12
  82.     Font.Name = 'Verdana'
  83.     Font.Style = [fsBold]
  84.     Style = []
  85.     FontOverColor = clBlue
  86.     FontDownColor = clMaroon
  87.     OnClick = cmdNotClick
  88.     Transparent = False
  89.   end
  90.   object radHelpSelect: TRadioGroup
  91.     Left = 302
  92.     Top = 22
  93.     Width = 316
  94.     Height = 236
  95.     Color = clBlack
  96.     Ctl3D = False
  97.     Enabled = False
  98.     Font.Charset = ANSI_CHARSET
  99.     Font.Color = clLime
  100.     Font.Height = -13
  101.     Font.Name = 'Verdana'
  102.     Font.Style = [fsBold]
  103.     ParentColor = False
  104.     ParentCtl3D = False
  105.     ParentFont = False
  106.     ParentShowHint = False
  107.     ShowHint = False
  108.     TabOrder = 1
  109.     OnClick = radHelpSelectClick
  110.   end
  111. end
  112.